home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / WINPROGS / SOFTWIN1.ZIP / READ.ME < prev    next >
Text File  |  1993-12-03  |  34KB  |  841 lines

  1.  
  2.  
  3.  
  4.              Softerm Modular Communications and Terminal Emulation
  5.  
  6.                      READ.ME - Documentation Supplement
  7.                              November 30, 1993
  8.  
  9.      To obtain a hard copy of this document, you may want to type, 
  10.  
  11.           COPY READ.ME LPT1
  12.  
  13.      Or you can pull it into the NotePad in Windows and print it from
  14.      there.
  15.  
  16.      Contents:
  17.  
  18.       I.  Install Procedure
  19.      II.   Changes to Softerm Modular
  20.           -  Close Appended Capture (new option)
  21.           -  Profile data base not created automatically
  22.           -  "If File Exists" now supports Zmodem (see also topic VI)
  23.           -  Auto-detect ZModem and CompuServe B+ protocols
  24.           -  Mark/Copy -> Transmit to host feature
  25.           -  Drag & Drop file uploading
  26.           -  Hot Spots on the monitor
  27.           -  Hide option when downloading
  28.           -  New Paste option
  29.  
  30.     III. Printing to a Network Printer
  31.  
  32.      IV. Nationality Profile Character Representations
  33.  
  34.       V. Softrans File Transfer Protocol Source Code
  35.  
  36.      VI. Zmodem File Transfer Protocol
  37.  
  38.     VII. CompuServe B+ File Transfer Protocol
  39.  
  40.    VIII. New Modem Drivers
  41.  
  42.      IX. Asynchronous Tcp/Ip Support
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.                 - 1 -
  61.       I.  Installing Softerm Modular Plus
  62.       Run Setup program to create Softerm Plus Group and Program Entries
  63.       or follow these steps:
  64.  
  65.           NOTE: If you don't want to use the TCP/IP Slip Kernel, you can
  66.         delete all of the files listed in setps 1 through 5 and the
  67.         goto step 8.
  68.  
  69.             1.  Create these 3 directories off of the Softerm Directory:
  70.             BIN
  71.             ETC
  72.             SETUP
  73.  
  74.             2.  Move these files to the BIN sub-directory:
  75.             WPING.EXE
  76.             WSCM.EXE
  77.             TCPIP_SL.EXE
  78.             WSAFMT.DLL
  79.             WSAVM.DLL
  80.             WSLIPKIF.DLL
  81.             WSCM.HLP
  82.             WPING.HLP
  83.             LOADTCP.BAT
  84.             RMTCP.BAT
  85.             WINSOCK.DLL
  86.  
  87.             3.  Move these files to the ETC sub-directory:
  88.             PROTOCOL
  89.             SERVICES
  90.             MODEMS
  91.  
  92.             4.  Move these files to the SETUP sub-directory:
  93.             PHONES
  94.  
  95.             5.  If your Modem is connected to COM1 and you want the Slip Kernel
  96.                 to use this modem enter the following command at a DOS prompt:
  97.  
  98.             copy NETINFO.1 SETUP\NETINFO
  99.  
  100.                 Otherwise, if your Modem is connected to COM2 and you want the
  101.         Slip Kernel to use this modem enter the following command at a
  102.         DOS prompt:
  103.  
  104.             copy NETINFO.2 SETUP\NETINFO
  105.  
  106.             6.  Add the following lines to the end of your AUTOEXEC.BAT file:
  107.  
  108.             SET TCPOPEN=C:\SOFTERM
  109.             SET PATH=%PATH%;C:\SOFTERM
  110.             CALL LOADTCP
  111.  
  112.         NOTE:  Change C:\SOFTERM to the drive:\Path where Softerm is
  113.                        located.
  114.  
  115.             7.  Reboot your PC and continue.
  116.  
  117.  
  118.  
  119.  
  120.                 - 2 -
  121.             8.  Create a new group entitled "Softerm Plus".
  122.  
  123.             9.  Create a new program within that group giving Windows
  124.                 the full path and program name to SOFTERM.EXE. 
  125.  
  126.           And that's it.  In the SOFTERM.MDB file, you can go in and
  127.           add or delete any dial sessions that you like.   Double click
  128.           on it with the mouse, and you are set.
  129.  
  130.       If you would like to create a Softerm Icon that Starts a specifyed
  131.       Session, for example an Icon that will start Softerm Plus and
  132.       connects to Compuserve;
  133.  
  134.         Create a new program with in the Softerm Plus Group giving the
  135.         full path and program name followed by the Session Name and "/p";
  136.  
  137.         C:\SOFTERM\SOFTERM.EXE  "CompuServe"/p
  138.  
  139.       If the Session Profile is in a deferent Database file than the
  140.       default, (Last Database file opened), the add the database file
  141.       name to the command line arguments;
  142.  
  143.         C:\SOFTERM\SOFTERM.EXE  MYDATABS.MDB "CompuServe"/p
  144.  
  145.           
  146.      II.  Changes to Softerm Modular
  147.           --------------------------
  148.           Please make a note of the following changes in the manual:
  149.  
  150.           1.   Please add the following information to Close Capture:
  151.  
  152.              a.  The cascading menu now appears similar to:
  153.  
  154.                  ┌────────────────────────┐
  155.                  │ Save Capture           │
  156.                  │ Discard Capture        │
  157.                  ├────────────────────────┤
  158.                  │ Close Appended Capture │
  159.                  └────────────────────────┘
  160.  
  161.              b.  Close Appended Capture
  162.                  If the Terminal Emulation printer definition option Append
  163.                  Disk Printer File On Close (p. PE.8) is enabled and
  164.                  printer data has been redirected to a disk file, use this
  165.                  option to permanently close the file.
  166.  
  167.                  Important:  A capture cannot be active when this option is
  168.                  used.
  169.  
  170.           2. If the named profile data base does not exist, it will not be
  171.              created.
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.                 - 3 -
  181.  
  182.           3. The description of "If File Exists":
  183.              If a file with the name you have assigned already exists on
  184.              your PC, you can specify that you want to:
  185.              - Resume the transfer (if you are using Zmodem);
  186.              - Replace the existing file;
  187.              - Append the received data to the end of the existing file,
  188.                or;
  189.              - Stop the file transfer.
  190.  
  191.           4.  Auto-detect ZModem and CompuServe B+ Protocols.  
  192.               These download protocols will start receiving a file 
  193.               automatically when you are downloading.  You no longer
  194.               need to go in and start the download manually.
  195.           The program is set up so that you can enable/disable the 
  196.           autodownload session by changing it under the Settings
  197.           menu, selecting Terminal Emulation, and Auto Download.
  198.           Under the Dialog box for Auto Download, you can set your
  199.           default download path, and set your options for "If file
  200.           exists....".
  201.  
  202.           5.  Mark/Copy -> Transmit to host feature
  203.               Now you can mark a section of text using your mouse and
  204.               transmit it to the host.  If it is a single character, 
  205.               like 'x', double click on it.  That will send it.  If it
  206.               is a block of text, mark it off with the mouse, click on
  207.               the EDIT menu, and select transmit to host.  The block
  208.               will be received at the other end of the connection.  
  209.           This is defined under Settings, System Environment, and then
  210.           select Edit Action Options.  From there you can set up how
  211.           you want the transmission to be formatted, and where you 
  212.           want it to go.
  213.  
  214.           6.  Drag & Drop file uploading
  215.               This allows you to drag a file out of the File Manager
  216.               in Windows, and drop it into the window in which you are
  217.               connected, and it will upload the file to your host.  Note,
  218.               you must be at the place on your host where you can do that!
  219.           Uses default session protocol, if none, it uses the
  220.           character protocol.
  221.     
  222.           7.  Hot Spots on the monitor
  223.               If you are on a service that asks you to press (Enter) to
  224.               continue, all you have to do is double click on a blank
  225.               area of the screen.  That will send a carriage return to
  226.               the other end.  It will also send entire words, finding the
  227.           beginning and the end of the word.  By double clicking on
  228.           that word, it will transmit it to the host or to clipboard,
  229.           dependant upon how it is configured.  It can also  transmit
  230.               an entire page of text, by highlighting it with the mouse,
  231.           then clicking somewhere inside of that block, and it will
  232.           be transmitted.  Refer to item #5 for defining the settings
  233.           for this option.
  234.  
  235.           8.  Hide option when downloading
  236.               There is a button that you can select in the download 
  237.               screen that will minimize your session while you are 
  238.               downloading and maintain the download.
  239.  
  240.                 - 4 -
  241.           
  242.           9.  New Paste option
  243.               You can now cut & paste from outside files, using Shif